CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 中值滤波 matlab

搜索资源列表

  1. MATLAB-image-processingcode

    0下载:
  2. 包含了大量的图像处理matlab源程序:图像反转、灰度线性变换、非线性变换、中值滤波、直方图均衡化等21个matlab源程序。有很强的实用性。-Contains a large number of image processing matlab source: image inversion, gray linear transformation, nonlinear transformation, median filtering, histogram equalization 21 matl
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:11622
    • 提供者:李晓玲
  1. MATLAB-GUI-kongzhijiemian

    0下载:
  2. 本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。-This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the me
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1059473
    • 提供者:konghao
  1. matlab-image

    0下载:
  2. matlab 图片的除噪,先给图片添加椒盐早上,后通过中值滤波,除掉噪声-matlab image noise removal, give the picture to add salt and pepper in the morning, after the adoption of the median filter to get rid of the noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:30299
    • 提供者:周预
  1. Desk224top

    0下载:
  2. matlab课程编程【谷速软件】自适应中值滤波 -matlab programming courses [Valley] speed adaptive median filtering software
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:15126
    • 提供者:彭峻
  1. zhongzhilbo

    0下载:
  2. 图像处理中常用的滤波方法!!中值滤波MATLAB程序,希望有人能用到。
  3. 所属分类:图形图象

  1. matlab

    0下载:
  2. 包括灰级窗和直方图,中值滤波。灰级窗成功的显示需要的切片,直方图采用多种方法来实现对一幅图片的灰度化。-Including the gray-level histogram windows and median filtering. Gray level display window successful sliced need histogram using a variety of methods to achieve a picture of grayscale.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:721
    • 提供者:顾小北
  1. matlab

    0下载:
  2. 通过对数据滤波来进行对静态效应的消噪过程,本代码使用了空间滤波、组合滤波、中值滤波等方法进行对比。-Through data filtering to eliminate noise of static effects of the process, the code uses the spatial filtering, a combination of filtering, median filtering and other methods were compared.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:312949
    • 提供者:rebaccalu
  1. MATLAB-mid

    0下载:
  2. MATLAB中一些实用的小程序,这个是中值滤波的代码-MATLAB some useful little program, this is the median filtering code
  3. 所属分类:Web Server

    • 发布日期:2017-04-05
    • 文件大小:609
    • 提供者:陈小
  1. matlab-code3

    0下载:
  2. 该资料中的程序实现的是中值滤波,供广大初学者学习使用。-The data of the program implementation is the median filter, for the majority of beginners learning to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:96516
    • 提供者:梁乐
  1. 图像去噪MATLAB代码

    3下载:
  2. 图像去噪,自己编写中值滤波和均值滤波的代码
  3. 所属分类:图形图像处理(光照,映射..)

  1. matlab-midfilter

    0下载:
  2. 中值滤波 附有文件 图片 代码有解释 关于matlab的 大家可以互相交流-mid-filter having some documents pictures there is an explaination of code.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:5267
    • 提供者:刘卓恒
  1. m

    0下载:
  2. 自适应中值滤波matlab源码,可以有效去除图片上的椒盐噪声以及浓度较大时的噪声图片-median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:682
    • 提供者:杨洋
  1. bb

    4下载:
  2. 采用中值滤波、分水岭法删除小面积等实现紫色细胞计数(The method of watershed was adopted to realize the purple cell count)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:3873792
    • 提供者:旧茶馆
  1. 图像预处理

    0下载:
  2. 文件中的程序都是图像处理的相关程序包括图像类型的转换,中值滤波法图像去噪处理,光照不均匀校正处理,反锐化掩模法图像增强,二值化处理,边缘检测,形态学运算,最小二乘法,图像颜色信息提取及变换提取关键点等等(The program is related to the program of image processing including image type conversion, median filtering method of image denoising, non-uniform i
  3. 所属分类:图形图像处理

  1. 最常用的matlab图像处理的源代码

    0下载:
  2. #1:数字图像矩阵数据的显示及其傅立叶变换 #2:二维离散余弦变换的图像压缩 #3:采用灰度变换的方法增强图像的对比度 #4:直方图均匀化 #5:模拟图像受高斯白噪声和椒盐噪声的影响 #6:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 #7:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 #8:图像的自适应魏纳滤波 #9:运用5种不同的梯度增强法进行图像锐化 #10:图像的高通滤波和掩模处理 #11:利用巴特沃斯(Butterworth
  3. 所属分类:图形图像处理

  1. matlab程序

    1下载:
  2. 用均值滤波、中值滤波、维纳滤波法给加高斯噪声的图像去噪(Using the mean filter, median filter, Wiener filter to add the Gaussian noise image denoising)
  3. 所属分类:图形图像处理

  1. yiJieWeiFen_ruihua

    0下载:
  2. 图像锐化处理,自己写的中值滤波函数,没有调用自带的。(Median filter, write its own median filter function, no call comes with.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:LSYnn
  1. 相关匹配与中值滤波

    0下载:
  2. about mathlab and easy
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:115712
    • 提供者:lin17
  1. EX2

    0下载:
  2. 图像的平滑滤波,基于均值滤波函数和中值滤波函数(Smooth filtering of images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:61440
    • 提供者:proud
  1. lvbo

    0下载:
  2. ①线性灰度变换(函数形式) ② 编程计算图像的直方图,并与函数imhist比较 ③ 执行直方图均衡化和规定化histeq ④ 给图像添加噪声 ⑤ 执行均值滤波、高斯滤波和中值滤波 ⑥ 执行拉普拉斯滤波 ⑦ 执行低通滤波和高通滤波(Linear gray scale transformation (function form) The histogram of the image is calculated and compared with the function imhist
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:437248
    • 提供者:536536536
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com